Autodesk.AutoCAD.DatabaseServices Namespace > Entity Class > Entity Methods > AddSubentityPaths Method
Entity.AddSubentityPaths Method   
Description

 

Adds one or more subentities to an entity. 

The prototype of this method is provided for completeness of the subentity manipulation APIs. AutoCAD will never call this method on a custom object.

Visual Basic
Public Function AddSubentityPaths(
    subPaths As FullSubentityPath[]
) As void
C#
public void AddSubentityPaths(
    FullSubentityPath\[\] subPaths
);
Parameters
Parameters 
Description 
FullSubentityPath[] subPaths 
Input an array of FullSubentityPath identifiers to add to the entity. 
Links
   Comments?